All Databases
Inside Mac - Basic Toolbox
GetPreserveGlyph
GetPreserveGlyph
Find whether TrueType glyph shape is preserved or
not
#include <
Fonts.h
>
Font Manager
Boolean
GetPreserveGlyph
(
void
);
The
GetPreserveGlyph
function returns a
Boolean
value indicating whether
the
Font Manager
preserves the shape of
TrueType
glyphs, which by default
is
FALSE
. Your application can set the behavior of the
Font Manager
using the
SetPreserveGlyph
procedure.
Returns
: Boolean
TRUE
= does preserve TrueType glyph shape
FALSE
= does not preserve TrueType glyph shape
Referenced by (4):
OutlineMetrics
Preserving the Glyphs Shape
OutlineMetrics (Inside Mac - Basic Toolbox)
Preserving the Glyphs Shape (Inside Mac - Basic Toolbox)